home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2005 March / Macworld CD March 2005 - Marathon Trilogy.iso / Shareware World / Graphics / Chartsmith.dmg.sit / Chartsmith.dmg / Chartsmith / Chartsmith.app / Contents / Resources / bigInactiveKnob.tiff < prev    next >
Encoding:
Text File  |  2004-03-16  |  1.1 KB  |  28 lines

  1.   IBClasses = (
  2.         {
  3.             ACTIONS = {
  4.                 cancelDataImport = id; 
  5.                 changeFont = id; 
  6.                 copy = id; 
  7.                 cut = id; 
  8.                 eraseSelection = id; 
  9.                 importData = id; 
  10.                 paste = id; 
  11.                 pasteAndLink = id; 
  12.                 pasteWithLabels = id; 
  13.             }; 
  14.             CLASS = ColCoordinatorView; 
  15.             LANGUAGE = ObjC; 
  16.             OUTLETS = {
  17.                 colDelimiterPopup = id; 
  18.                 dataContentMatrix = id; 
  19.                 dataContentWindow = id; 
  20.                 font = id; 
  21.                 rowDelimiterPopup = id; 
  22.             }; 
  23.             SUPERCLASS = NSView; 
  24.         }, 
  25.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  26.     ); 
  27.     IBVersion = 1; 
  28. }